Hardware Description Language - meaning and definition. What is Hardware Description Language
Diclib.com
Online Dictionary

What (who) is Hardware Description Language - definition

SPECIALIZED COMPUTER LANGUAGE USED TO DESCRIBE THE STRUCTURE AND BEHAVIOR OF ELECTRONIC CIRCUITS, AND MOST COMMONLY, DIGITAL LOGIC CIRCUITS
Hardware description languages; A Block diagram Language; Block diagram Language; Hardware Description Language; List of hardware description languages; SpectreHDL; Analog Hardware Descriptive Language; EDAsolver; History of hardware description languages

Hardware Description Language         
<language> (HDL) A kind of language used for the conceptual design of integrated circuits. Examples are VHDL and Verilog. (1995-04-18)
Altera Hardware Description Language         
PROPRIETARY HARDWARE DESCRIPTION LANGUAGE (HDL)
Altera hardware description language
Altera Hardware Description Language (AHDL) is a proprietary hardware description language (HDL) developed by Altera Corporation. AHDL is used for digital logic design entry for Altera's complex programmable logic devices (CPLDs) and field-programmable gate arrays (FPGAs).
Binary Format Description language         
EXTENSION OF XSIL
Binary Format Description; Binary format description language
The Binary Format Description (BFD) language is an extension of XSIL which has added conditionals and the ability to reference files by their stream numbers, rather than by their public URLs. A template written in the BFD language can be applied to a binary data file to produce a file with that data formatted with descriptive XML tags.

Wikipedia

Hardware description language

In computer engineering, a hardware description language (HDL) is a specialized computer language used to describe the structure and behavior of electronic circuits, and most commonly, digital logic circuits.

A hardware description language enables a precise, formal description of an electronic circuit that allows for the automated analysis and simulation of an electronic circuit. It also allows for the synthesis of an HDL description into a netlist (a specification of physical electronic components and how they are connected together), which can then be placed and routed to produce the set of masks used to create an integrated circuit.

A hardware description language looks much like a programming language such as C or ALGOL; it is a textual description consisting of expressions, statements and control structures. One important difference between most programming languages and HDLs is that HDLs explicitly include the notion of time.

HDLs form an integral part of electronic design automation (EDA) systems, especially for complex circuits, such as application-specific integrated circuits, microprocessors, and programmable logic devices.